home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / Python 1.3 / source code / Tools / scripts / README < prev    next >
Encoding:
Text File  |  1995-12-17  |  1.6 KB  |  34 lines  |  [TEXT/R*ch]

  1. This directory contains a collection of executable Python scripts that
  2. are useful while building, extending or managing Python.  Some (e.g.,
  3. dutree or lll) are also generally useful UNIX tools.
  4.  
  5. See also the Demo/scripts directory!
  6.  
  7. byteyears.py        Print product of a file's size and age
  8. checkpyc.py        Check presence and validity of ".pyc" files
  9. classfix.py        Convert old class syntax to new
  10. copytime.py        Copy one file's atime and mtime to another
  11. dutree.py        Format du(1) output as a tree sorted by size
  12. eptags.py        Create Emacs TAGS file for Python modules
  13. findlinksto.py        Recursively find symbolic links to a given path prefix
  14. fixcid.py        Massive identifier substitution on C source files
  15. fixheader.py        Add some cpp magic to a C include file
  16. fixps.py        Fix Python scripts' first line (if #!)
  17. ftpmirror.py        FTP mirror script
  18. h2py.py            Translate #define's into Python assignments
  19. ifdef.py        Remove #if(n)def groups from C sources
  20. linktree.py        Make a copy of a tree with links to original files
  21. lll.py            Find and list symbolic links in current directory
  22. methfix.py        Fix old method syntax def f(self, (a1, ..., aN)):
  23. mkreal.py        Turn a symbolic link into a real file or directory
  24. objgraph.py        Print object graph from nm output on a library
  25. pathfix.py        Change #!/usr/local/bin/python into something else
  26. pdeps.py        Print dependencies between Python modules
  27. pindent.py        Indent Python code, giving block-closing comments
  28. ptags.py        Create vi tags file for Python modules
  29. pystone.py        Benchmark, based on "Dhrystone" C benchmark
  30. suff.py            Sort a list of files by suffix
  31. sum5.py            Print md5 checksums of files
  32. which.py        Find a program in $PATH
  33. xxci.py            Wrapper for rcsdiff and ci
  34.